From: dp-arm Date: Wed, 10 Aug 2016 12:39:42 +0000 (+0100) Subject: fiptool: Suppress verbose messages during normal build X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=c2427cb001c892e44167753852666672c18d23ce;p=project%2Fbcm63xx%2Fatf.git fiptool: Suppress verbose messages during normal build The output is shown only when built with V=1. Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61 --- diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile index ec9dd993..3bc372a2 100644 --- a/tools/fiptool/Makefile +++ b/tools/fiptool/Makefile @@ -68,8 +68,8 @@ ${PROJECT}: ${OBJECTS} Makefile @${ECHO_BLANK_LINE} fip_create: fip_create.sh - mkdir -p ../fip_create - install -m 755 fip_create.sh ../fip_create/fip_create + ${Q}mkdir -p ../fip_create + ${Q}install -m 755 fip_create.sh ../fip_create/fip_create %.o: %.c %.h ${COPIED_H_FILES} Makefile @echo " CC $<"